[.NET] Which NotifyCollectionChangedAction is used to indicate that an item changed?

Posted by emddudley on Stack Overflow See other posts from Stack Overflow or by emddudley
Published on 2010-06-02T13:39:22Z Indexed on 2010/06/02 13:44 UTC
Read the original article Hit count: 360

When implementing INotifyCollectionChanged and raising the CollectionChanged event, you must provide a NotifyCollectionChangedAction argument. Which NotifyCollectionChangedAction is used to indicate that an item in the collection has changed, such as in the case where an item's value changes?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about inotifycollectionchanged